d_tree_sitter.other

Undocumented in source.

Members

Aliases

InputEdit
alias InputEdit = TSInputEdit

A summary of a change to a text document.

Point
alias Point = TSPoint

A position in a multi-line text document, in terms of rows and columns.

Range
alias Range = TSRange

A range of positions in a multi-line text document, both in terms of bytes and of rows and columns.

Functions

opEqualsPoints
bool opEqualsPoints(Point lhs, Point rhs)

Check the equality of two points

opEqualsRanges
bool opEqualsRanges(Range lhs, Range rhs)

Check the equality of two ranges

Meta